September 10, 2014

The vbscript is called... calc_size.vbs.

This script is used to get the amount of space deleted and added by files using 
data found in the .TXT file created by my PRogram Installation MOnitor program. 

You can use it 2 ways..

1 - Double-left-click on it to start it, and then enter the name of
    the .TXT file you want to process. If you start it with CSCRIPT rather
    than with WSCRIPT, you can see the output.

2 - Create an entry in the SENDTO right-click menu for "calc_size.vbs".
    The default location is in "C:\Program Installation Monitor".
    To do this, create a shortcut to wherever you put it in the SENDTO
    right-click folder. For Windows 8, and probably Windows 7, this is in
    "C:\Users\<userid>\AppData\Roaming\Microsoft\Windows\SendTo".
    Right-click on "calc_size.vbs", then left-click on "Copy". 
    Go to your SENDTO folder and right-click on it.
    In the drop down menu, left-click on "Paste shortcut".
    If you want to rename it, right-click on it, then select "Rename".
    The "Target" in Properties/Shortcut must be something like...
    C:\WINDOWS\system32\cscript.exe "J:\Primo for Win8\calc_size.vbs".

You can now right-click on a .TXT file, then left-click on "calc_size"
to use "calc_size.vbs" to run it.


